home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000278_news@newsmaster….columbia.edu _Fri Jun 6 11:04:19 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA23898
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 6 Jun 1997 11:04:18 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA26642
  7.     for kermit.misc@watsun; Fri, 6 Jun 1997 11:04:18 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit Problems With Serial Port
  12. Date: 6 Jun 1997 15:04:13 GMT
  13. Organization: Columbia University
  14. Lines: 19
  15. Message-ID: <5n98td$q0e$1@newsmaster.cc.columbia.edu>
  16. References: <$myWVCAK5+lzEwYe@caliber.demon.co.uk>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7129
  19.  
  20. In article <$myWVCAK5+lzEwYe@caliber.demon.co.uk>,
  21. Barry Cowles  <barry@caliber.demon.co.uk> wrote:
  22. :         Don't know if anyone can help here but, I am connecting to SCO
  23. :         xenix from a Windows 95 box via C-Kermit and mskermit 315.   
  24. :         Generally the connection seems O.K. but I am getting a message 
  25. :         to the effect that at the 95 end that it is unable to find the   
  26. :         hardware and is using the bios instead. Does anybody know what 
  27. :         might be causing this.
  28. :
  29. MS-DOS Kermit is not supported on Windows 95.  We have a completely different
  30. Kermit program for Windows 95 (and Windows NT, and OS/2) -- Kermit 95:
  31.  
  32.   http://www.columbia.edu/kermit/k95.html
  33.  
  34. It works on both serial and Winsock connections (Telnet and Rlogin), and it
  35. is better suited for connections to SCO systems since it supports SCOANSI
  36. terminal emulation.
  37.  
  38. - Frank